Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
10 views

Apexcharts Dumbbell Chart with start-end points?

Is it possible to get the output in the image with react apexcharts? https://www.apexcharts.com/react-chart-demos/column-charts/dumbbell-chart/ series: [ { data: [ ...
user3325207's user avatar
0 votes
0 answers
11 views

Is there a way to improve performance of a multi-way join?

What are the best practices for improving multi-way joins in Hive SQL, especially when dealing with large datasets, different table formats and data types?
Jose A's user avatar
  • 9
0 votes
0 answers
8 views

Why runing laravel app which using docker/sail I got attribute version is obsolete?

I need on my home laptop to run laravel 8 app which using laravel/sail: ^1.0.1 and running it I got errors: master@master-at-home:/mnt/_work_sdb8/wwwroot/lar/_MyApps/app$ ./vendor/bin/sail up Docker ...
mstdmstd's user avatar
  • 3,129
0 votes
1 answer
15 views

SQL Server Table Scan When Using SELECT *

I am working with SQL Server 2019 and have a TVF that retrieves products based on a list of categories. However, I noticed that when I use SELECT *, the query results in a table scan, whereas ...
Ron537's user avatar
  • 998
-1 votes
0 answers
10 views

Holding state in a service class in a SwiftUI app

I have a UpNextManager view model and a service class called UpNextService which contains many methods to read up next items from disk, write them to disk and much more. The service class is then ...
User95797654974's user avatar
0 votes
0 answers
3 views

gRPC: getting CANCELED status after exceeding message size

I am playing with the gRPC HelloWorld (gRPC 1.66) example and message sizes. For unary streams, I am getting correct response RESOURCE_EXHAUSTED for too big server responses. However, for rpc ...
Patrik Polakovic's user avatar
0 votes
0 answers
5 views

Issue with Heart Rate Graph from Apple Watch in iOS App

Issue with Heart Rate Graph from Apple Watch in iOS App Hello Community! I hope everyone is doing well. I'm developing an iOS app that includes a feature to display a graph of the heart rate recorded ...
Quasar Bike's user avatar
1 vote
0 answers
4 views

How axon works with kafka for event processor?

I would like to know if I need to do some message persistence configuration in Kafka, in case I want to do the replay at some point, or if when I trigger the replay it pulls it from the EventStore and ...
Stitch's user avatar
  • 63
0 votes
0 answers
4 views

Why does my Azure-deployed web app throw a 'resource not found' error, while it works fine on localhost?

I have 2 apps. For this sake, lets call it App1, and App2. Both are Blazor server projects. From App1, we pass through user identity data, to authenticate with in App2. The endpoint in App2 is a ...
MarkBerry's user avatar
0 votes
0 answers
3 views

How to get language cookies in .NET Core 8 Blazor Server App?

I can't get the language cookies in Blazor Server App. I have client and server on the same host, but cookies are not sent with the request. And I get the default language here, although cookies are ...
SilverMoon17's user avatar
0 votes
0 answers
4 views

Gradle multi project doesnt implement projects

i have this spring boot project structure: root --ui --track settings.gradle build.gradle in root/settings.gradle: rootProject.name = 'root' include 'track', 'ui' I want to use ui in track: root/...
Timo Neske's user avatar
0 votes
0 answers
8 views

Matomo: Tracking via images - where do I see results?

I'm trying to use Matomo’s Image Tracking feature in email instead of the usual JavaScript tracking. I generated the tracking pixel code from the Matomo admin interface and embedded it into my HTML. ...
Ole Tange's user avatar
  • 33.7k
0 votes
0 answers
9 views

Vite not create source map css

I am new on vite, I need to generate sourcemap css files. For what I have read on vite documentation, vite it self is able to generate sourcemap files, not needing gulp task or whatever. I have my ...
drase15's user avatar
  • 13
1 vote
0 answers
10 views

Issue with IPv6 Connectivity on VPS – "Could Not Resolve Host" Error [closed]

I am currently trying to configure multiple IPv6 addresses on my VPS with Ubuntu Server (The VPS has a default IPV4 Adress) so that I can use multiple proxy IP addresses. However, when I run a basic ...
UsAA12's user avatar
  • 69
0 votes
1 answer
10 views

Svelte onMount method does't wait for await

I have Firebase app with Svelte 5. Svelte is '5.17.5', @sveltejs/kit is '2.15.3', firebase is '11.2.0', vite is '6.0.7'. Here is method, it doesn't stop on await/async. What am I missing? Here is ...
Hrvoje's user avatar
  • 119
0 votes
0 answers
6 views

Symfony UX Autocomplete - does not add new options after standard ajax call

I have two autocomplete fields. class SignalementFormType extends AbstractType { private EntityManagerInterface $em; public function __construct(EntityManagerInterface $entityManager) { $this-&...
J.BizMai's user avatar
  • 2,787
0 votes
0 answers
11 views

jq: Assigning incrementing numbers in order-preserving way

Using jq, I want to assign an incrementing number num to each element in the order they appear in the input, but keep the same number for elements that share a ref value with other elements. So ...
sjoblomj's user avatar
  • 132
0 votes
0 answers
5 views

Failed to create ads with linkedin API - CREATIVE_CREATE_FORBIDDEN

Having trouble creating an ad with linkedin API (v2025-02) I'm doing the following: BASE_API_URL = "https://api.linkedin.com/rest" headers.Add("LinkedIn-Version", "202502&...
Ziv Weissman's user avatar
  • 4,536
0 votes
0 answers
5 views

Google Sheet (GSheet) formula to import data from multiple tabs

I am trying to pull data from several tabs to create a single, concatenated list of all results. For example, I have dozens / hundreds of tabs all called "Tab YYY" with YYY being an integer, ...
Dominique Galland's user avatar
0 votes
1 answer
6 views

Cannot trigger on click in div in MudBlazor

I have created Selectable.razor: @inherits ComponentBase <div class="@getClass()" @onclick="() => SetSelected()"></div> and Selectable.razor.cs: using Microsoft....
Anders Lindén's user avatar
0 votes
0 answers
9 views

ERROR [22008] [Snowflake][Support] (40520) Datetime field overflow resulting from invalid datetime with .NET OdbcCommand

I have the following table in Snowflake. But when I try to insert a .NET DateTime object which has a non zero millisecond component I am getting: System.Data.Odbc.OdbcException : ERROR [22008] [...
chrisb's user avatar
  • 1,415
0 votes
0 answers
7 views

How to build a yocto image having multiple python versions?

I am new to building images using Yocto. I am working with an STM32MPU157F, which comes with OpenSTLinux by default. The default image includes Python 3.12.4, but I also need to have Python 3.11.5 ...
ForgottenTale's user avatar
0 votes
0 answers
6 views

ADF dynamic row starting position

We have an excel file which we need to convert to CSV using ADF. The excel file has data table starting from row 5. However, there are instances where "Time" (on row 3) is missing and the ...
developer's user avatar
  • 1,699
0 votes
1 answer
13 views

Is there a callable for generating ids with `pytest.fixture(param=...)` the same way it would be generated with `pytest.mark.parametrize()`?

I'm using parametrized fixtures but I don't find the way ids are generated practical. I'd like to fall back on the way it's generated when using pytest.mark.parametrize. I've seen that it's possible ...
vmonteco's user avatar
  • 15.5k
0 votes
0 answers
5 views

libloading and async dynamic lib function

I created a dynamic lib from rust. I woul like to import it into another app. Sp I use libloading I do fn call_dynamic() -> Result<u32, Box<dyn std::error::Error>> { unsafe { ...
Vana's user avatar
  • 933
0 votes
0 answers
10 views

Android retrofit and postman showing different result for same url and input

Retrofit and postman showing different result for same url and input values. Can any one help on this issue. I tried to remove cache of retrofit. tried to remove cache on api level, tried to remove ...
vivekanandhan muthusamy's user avatar
0 votes
0 answers
20 views

How can I extract columns and tables used given an SQL query?

I have been searching for a while and I have not found a good enough method to extract the tables and columns. My final intention is to have all the columns used in format table.column. I use python. ...
Tuneful13's user avatar
1 vote
0 answers
13 views

Selenium and ChromeDriver Setup Issue in Google Colab: Compatibility Problems with undetected-chromedriver (and now google-colab-selenium)

I am a social scientist with very limited background on computational methods and Python (I am mostly self taught). This is my first time posting here, so please bear with me if I misuse any technical ...
Hedda Gabler's user avatar
0 votes
0 answers
9 views

Passing reference of an array of widgets to a function affects the values of the widgets

My code: def append_row(selected_option, dropdown_quarter, period_texts, avg_rate, result, table_references, arr): edit_data_dict = {} subcategory = "blah blah" key = f"{...
Abhishek's user avatar
0 votes
0 answers
12 views

Jacoco Report Showing 0% Coverage Despite All Tests Passing - How to Ensure Minimum 60% Coverage?

I'm working on a Java project using Maven and I've been trying to generate a Jacoco code coverage report. However, even though all of my test cases are passing successfully, the generated Jacoco ...
Rach's user avatar
  • 1
0 votes
0 answers
11 views

Issues using DHARMa plots when including an offet

I'm fitting a model using GLMMadaptive that takes the following form: library(GLMMadaptive) library(DHARMa) dat <- structure(list(subjectId = c("1", "1", "2", "2&...
myfatson's user avatar
  • 559
0 votes
0 answers
5 views

Change orientation of table Header using xlsxwriter

I am exporting a quite large table (40rows including header; 69 columns) The mayority of the columns are just numbers so i Set the with to, e.g, 5. This results in unreadable columns headers. Now I ...
clme's user avatar
  • 45
0 votes
0 answers
9 views

ADF decimal column output

We have an ADF pipeline to transform an Excel file to CSV. The Excel file has numeric column containing decimal data. Example: Data 15000000 23219284.250000 We tried using double data type for ...
developer's user avatar
  • 1,699
0 votes
0 answers
8 views

Safari can't download this file when using PHP-PKPass

I've generated a pkpass with the following function: <?php $customer_id = $_GET['customer_id'] ?? ""; $pass = new LoyaltyCard($customer_id); header('Content-Type: application/vnd.apple....
Niccolò Cavallini's user avatar
0 votes
1 answer
14 views

How to align two texts, one on the left margin and one on the right margin in Jetpack Compose?

I have two texts and I want the first one to be placed at the beginning of the left margin and the other one stuck to the right margin. I'm trying this: Row { Text( modifier = Modifier....
A. Cedano's user avatar
  • 987
-2 votes
0 answers
14 views

What is the $1 for when indexing a domain?

Google keeps complaining about a failed index (giving a 404, not found error) for https://XXX.XXX/**$1**. But I have no clue what $1 is referring to? It always used to pass, and I don't think I ...
adelphiaUK's user avatar
0 votes
0 answers
15 views

Access Violation Error in WaveInProc Callback with pThis Pointer in C++

I'm working on a microphone manager in C++ that processes audio input using the Windows Multimedia API. However, I'm encountering an access violation error when trying to access member variables of ...
user23430066's user avatar
0 votes
0 answers
8 views

Convert API from .raml to .yaml

I'm trying to convert, as title, an API from .raml to .yaml, using python. I have almost done everything but endpoints. When i have something like this example: /supply: /update: post: .......
Simone De Bellis's user avatar
0 votes
0 answers
2 views

Modify Alexa skill's default client AWS ID to other AWS ID

Please if someone knows, I need an answer as soon as possible, I want to use my own AWS account (1XXXXXXXXXXX) with my Alexa skill instead of the default account (7XXXXXXXXXXX): I created a skill in ...
Carlota Moncasi's user avatar
0 votes
3 answers
16 views

My app keeps stopping even though the ui has not started

OK so I manage to finally build an app to be only met with an app crash Can you guys like help me to fix this issue like it's been bugging me for weeks and I still can't fix this issue So basically to ...
user29960255's user avatar
-1 votes
0 answers
9 views

Using nginx for gitlab ee

I'm trying to run both GitLab and Jenkins on the same Ubuntu 22 server using Nginx as a reverse proxy. While both services are accessible via their respective domains, I'm encountering a 403 Forbidden ...
Indoraptor's user avatar
0 votes
0 answers
7 views

TypeScript errors when using shared package from pnpm workspace in Google Cloud Functions

Problem I have a pnpm workspace monorepo with the following structure: A shared tsconfig package A shared database package A NextJS app A new google cloud function app While the shared database ...
atralvarez's user avatar
0 votes
0 answers
9 views

Authentication in Blazor pages is not persisting. Why?

I've implemented a user authorization in Blazor server using both local DB and Microsoft Azure. When a user authorizes using Microsoft Azure the authorization is persistent when changing Blazor pages....
baxius's user avatar
  • 37
0 votes
0 answers
8 views

Using Key Vault in App Service Deployment Slot Service Connector

I have spent the past few hours trying to work this out. Please help me understand what I'm doing wrong. I have setup a new app with deployment slots. In the production/main deployment slot, I am able ...
David Poxon's user avatar
  • 2,503
0 votes
1 answer
22 views

SQL Query To Fill in "missing rows" in a view

I have a table in a SQL database where rows are not stored if all values are default. Currently this is in Sybase but it also needs to work in Postgres in the near future. i.e: Parties Key Other data ...
Tim B's user avatar
  • 41.2k
0 votes
0 answers
11 views

Not able to deploy the SSIS package after upgrading SQL Server 2019 to SQL Server 2022

During the upgrade process from SQL Server 2019 to 2022, everything is working fine except that the SSIS packages are failing to execute. I attempted to upgrade and deploy the SSIS project, but the ...
Arun Kadhri's user avatar
0 votes
0 answers
9 views

Flutter VPN App Works Locally But Fails After Google Play Release

I've developed a VPN app using Flutter with the flutter_v2ray package. The app connects successfully and works properly when: Installed directly from my development environment Built and installed as ...
The Mir's user avatar
  • 450
1 vote
0 answers
9 views

Compiling Wasm Programs for esp32 wamr

I want to be able to compile a c program to wasm in a way, that the espressif wasm micro runtime(espressif) will accept it. I have tried following guide in the esp-wdf github project (github) which ...
macman's user avatar
  • 197
0 votes
1 answer
17 views

How do conditional expressions group from right to left?

I checked python operator precedence Operators in the same box group left to right (except for exponentiation and conditional expressions, which group from right to left). ** Exponentiation [5] if – ...
An5Drama's user avatar
  • 597
0 votes
1 answer
20 views

Does git storages information about cloned repositories?

Stupid question, but i wondering. If i've cloned someone repository via git clone and then after some time i deleted it locally, does git storages information about what i've cloned previously ...
falcon's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
485003
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
6 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
0 answers
8 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
6 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
0 answers
8 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
3 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
3 views

Retrieve Power Automate flow using Rest APi and azure service principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
17 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
7 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
13 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
8 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
7 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
11 views

Expo/Kotlin - native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
7 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
22 views

Best database design practises for adding a "type" column for existing table?

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518
0 votes
1 answer
36 views

How to merge sqlite3 output into one file

I get txt files for each table as a separate file, how can I combine the output into one txt file? with sqlite3.connect(r'db\test.sqlite') as conn: cursor = conn.cursor() tables = cursor....
Jon's user avatar
  • 1
0 votes
0 answers
14 views

Interpreting BVECM Coefficients: Both Long-term and Short-term Effects Negative, Yet Variable Increases

I've been studying cointegration between two variables using a Bayesian Vector Error Correction Model (BVECM). I've encountered a puzzling situation where both the long-term coefficient and short-term ...
Ryo Matsuzaka's user avatar
1 vote
0 answers
13 views

How to use .rcproject files in iOS 18 and Xcode 16?

I've upgraded to Xcode 16 which seems to no longer support .rcproject files from the original Reality Composer. My app heavily relies on notifications like entity.notifications.wiggle.post(). I've ...
Theuns Botha's user avatar
0 votes
0 answers
9 views

Nextjs Stripe elements not possible customize layout

I fallowing to documentation library: https://github.com/stripe/react-stripe-js I try set different layout from horizontal to vertical tabs This part of code working: const appearance = { ...
Sylwester Zabielski's user avatar
0 votes
0 answers
5 views

"Failed to load entity kinds" with backstage helm chart

I wanted to deploy backstage with official helm chart: https://artifacthub.io/packages/helm/backstage/backstage So I deployed it with following values: values: | resources: requests: ...
BFG 9k's user avatar
  • 1
-1 votes
0 answers
30 views

main.tsx framed inside of index.html

I'm using TailwindCSS v4 on Vite and working with HeroUI for the component library. The problem I'm experiencing came out of trying to define a theme for my page. As you can see below, there seems to ...
Devon Stanton's user avatar
0 votes
0 answers
32 views

Can I pass a segment of a url as a variable via embedded JS?

I have the following JS file embedded on multiple pages: <script src="<?= $baseUrl?>/js/cms-functions.js"></script> Within the embedded JS file, dynamic urls are created: ...
phlidd's user avatar
  • 117
1 vote
1 answer
28 views

Show expanded, simplified or flattened TypeScript types [duplicate]

It can sometimes be difficult to see what a TypeScript type actually means. Consider: type FlatKey<O> = { [k in keyof O]: keyof O[k] }; const x = { eins: { de: "eins", en: &...
Harald's user avatar
  • 5,173
0 votes
0 answers
10 views

CollectionView in .net Maui somtime display correctly only in second click

In my .Net MAUi application I have CollectionView, which displays on another collectionview item selection. It always display correctly in second click , but sometimes it display condensed in first ...
Alisa's user avatar
  • 63
0 votes
1 answer
27 views

patchwork's operations on the legend position of a subgraph during merging

In the most straightforward case, the patchwork does a good job of pairing its two panels, but it also seems to ignore the subdiagram's specification of the location of the legend legend.box.spacing: ...
Breeze's user avatar
  • 183
0 votes
0 answers
7 views

ansible conditional variable is not working

I am trying to add rpm_ostree systems to an existing ansible code base. In order to get ansible.builtin.package module to work, I need to set the ansible_package_use variable conditionally, so that ...
miller the gorilla's user avatar
0 votes
0 answers
17 views

Angular Interceptor repeating every request 3 times

I have an interceptor for refreshing an access token, when it doesn't refresh, everything's all good, but when it does, the unfortunate request that happened to pass through it when it decided to ...
Symtax's user avatar
  • 15
-3 votes
0 answers
10 views

Enable ts-reset for a library without forcing it on the clients

ts-reset documentation says Use ts-reset in applications, not libraries ts-reset is designed to be used in application code, not library code. Each rule you include will make changes to the global ...
Alexey Romanov's user avatar
-3 votes
0 answers
22 views

pending transactions not showing up in app store connect even days later

I have the following code func listenForStoreKitUpdates() async { for await result in Transaction.updates { switch result { case .verified(let transaction): print("...
Rue Vitale's user avatar
  • 1,863
-2 votes
0 answers
19 views

Environment variables in React throw an error while using a Parcel as a builder

I have the below logic in my code: const { REACT_APP_ENVIRONMENT_VARIBALE, } = process.env || {}; Parcel throws an error: @parcel/core: src/index.tsx does not export 'env' process.env....
wallop's user avatar
  • 2,577
-1 votes
0 answers
21 views

Ordering via multiple fields with a case expression

I have been trying to order a SQL Alchemy query by two fields, but of them can be empty. Please check my table. class Log(Base): id = Column(BigInteger, primary_key=True) uuid = Column(...
Hendrra's user avatar
  • 857
0 votes
1 answer
27 views

Invalid use of incomplete type in templated state machine implementation

I am pretty new to templates programming so bare with me. I've written following generic state machine implementation: #include <iostream> #include <variant> #include <tuple> ...
konin's user avatar
  • 73
0 votes
1 answer
16 views

Initialising a nullable array struct field in zig 0.14.0

I'm using zig 0.14.0, and having issues with setting a nullable array. I've come up with an example (this is not my main code base or anything close to what I'm doing) to illustrate the issue. const ...
AdmiralJonB's user avatar
  • 2,120
-3 votes
0 answers
20 views

How to continue a progrma exuction after recover a panic in go? [closed]

I am learning go in gobyexample and I can't recover The code is supposed to continue after the panic occurred, but it doesn't because otherwise it would print. How do you make the program continue ...
Jorge's user avatar
  • 171
0 votes
0 answers
17 views

WPF and Material Symbols Font Ligatures

I tried to use Font Ligatures of the Material Symbols Font by Google in c# WPF.NET8. I previously used the Material Icons Font where everything worked. Source font files are taken from here: Material ...
kleinpoe's user avatar
0 votes
0 answers
10 views

Host a Unity scene inside a control of UWP XAML app and communicate using C# between UWP and Unity

I am trying to implement an application where a Unity scene will be hosted in a UWP XAML project (In a SwapchainPanel) and there should be communication between UWP and Unity. Basically using a XAML ...
Sumnoon's user avatar
  • 135
0 votes
0 answers
15 views

How to Freeze a Flourish Studio Bar Chart Race Every 0.01s for High-Quality PDF Capture?

I created the following Flourish Studio bar chart race as an example for this topic: https://flo.uri.sh/visualisation/19321054/embed Now, I want to capture a sequence of PDF prints from this bar chart ...
Pubg Mobile's user avatar

15 30 50 per page
1
2 3 4 5
484970
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
6 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
3 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
0 votes
0 answers
5 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
7 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
3 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
3 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
4 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
4 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
6 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
6 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
7 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
7 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
11 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
0 answers
10 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
0 answers
19 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
4 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
3 views

Retrieve Power Automate flow using Rest APi and azure service principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
8 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
9 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
14 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
10 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
23 views

Best database design practises for adding a "type" column for existing table? [closed]

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518
0 votes
1 answer
38 views

How to merge sqlite3 output into one file

I get txt files for each table as a separate file, how can I combine the output into one txt file? with sqlite3.connect(r'db\test.sqlite') as conn: cursor = conn.cursor() tables = cursor....
Jon's user avatar
  • 1
0 votes
0 answers
14 views

Interpreting BVECM Coefficients: Both Long-term and Short-term Effects Negative, Yet Variable Increases

I've been studying cointegration between two variables using a Bayesian Vector Error Correction Model (BVECM). I've encountered a puzzling situation where both the long-term coefficient and short-term ...
Ryo Matsuzaka's user avatar
1 vote
0 answers
14 views

How to use .rcproject files in iOS 18 and Xcode 16?

I've upgraded to Xcode 16 which seems to no longer support .rcproject files from the original Reality Composer. My app heavily relies on notifications like entity.notifications.wiggle.post(). I've ...
Theuns Botha's user avatar
0 votes
0 answers
9 views

Nextjs Stripe elements not possible customize layout

I fallowing to documentation library: https://github.com/stripe/react-stripe-js I try set different layout from horizontal to vertical tabs This part of code working: const appearance = { ...
Sylwester Zabielski's user avatar
0 votes
0 answers
5 views

"Failed to load entity kinds" with backstage helm chart

I wanted to deploy backstage with official helm chart: https://artifacthub.io/packages/helm/backstage/backstage So I deployed it with following values: values: | resources: requests: ...
BFG 9k's user avatar
  • 1
-1 votes
0 answers
32 views

main.tsx framed inside of index.html

I'm using TailwindCSS v4 on Vite and working with HeroUI for the component library. The problem I'm experiencing came out of trying to define a theme for my page. As you can see below, there seems to ...
Devon Stanton's user avatar
0 votes
0 answers
32 views

Can I pass a segment of a url as a variable via embedded JS?

I have the following JS file embedded on multiple pages: <script src="<?= $baseUrl?>/js/cms-functions.js"></script> Within the embedded JS file, dynamic urls are created: ...
phlidd's user avatar
  • 117

15 30 50 per page
1
2 3 4 5
485066
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
5 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
8 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
5 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
8 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
3 views

gitlab: auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
8 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
4 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
0 votes
0 answers
6 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
9 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
4 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
4 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
5 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
6 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
6 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
7 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
9 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
13 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
22 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
5 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
3 views

Retrieve Power Automate flow using Rest APi and azure service principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
9 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
14 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
10 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
24 views

Best database design practises for adding a "type" column for existing table? [closed]

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518
0 votes
1 answer
38 views

How to merge sqlite3 output into one file

I get txt files for each table as a separate file, how can I combine the output into one txt file? with sqlite3.connect(r'db\test.sqlite') as conn: cursor = conn.cursor() tables = cursor....
Jon's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
5 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
8 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
5 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
8 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
3 views

gitlab: auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
9 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
4 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
0 votes
0 answers
6 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
9 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
4 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
4 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
5 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
6 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
6 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
7 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
9 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
13 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
23 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
5 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
3 views

Retrieve Power Automate flow using Rest APi and azure service principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
9 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
14 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
10 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
24 views

Best database design practises for adding a "type" column for existing table? [closed]

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518

15 30 50 per page
1
2 3 4 5
484910
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
5 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
9 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
5 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
8 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
3 views

gitlab: auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
9 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
0 votes
0 answers
6 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
9 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
4 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
5 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
5 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
7 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
6 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
7 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
9 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
13 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
24 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
4 views

Retrieve Power Automate flow using Rest APi and azure service principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
9 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
14 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
10 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
24 views

Best database design practises for adding a "type" column for existing table? [closed]

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518

15 30 50 per page
1
2 3 4 5
484910
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
6 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
9 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
5 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
8 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
3 views

gitlab: auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
9 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
0 votes
0 answers
6 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
9 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
4 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
5 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
5 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
7 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
6 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
7 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
9 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
13 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
24 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
4 views

Retrieve Power Automate flow using Rest APi and azure service principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
9 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
14 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
10 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
24 views

Best database design practises for adding a "type" column for existing table? [closed]

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518

15 30 50 per page
1
2 3 4 5
485066
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
7 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
9 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
5 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
8 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
3 views

gitlab: auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
9 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
0 votes
0 answers
6 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
9 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
4 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
5 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
5 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
7 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
6 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
7 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
9 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
13 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
24 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
4 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
9 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
14 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
10 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
24 views

Best database design practises for adding a "type" column for existing table? [closed]

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
7 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
9 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
5 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
8 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
3 views

gitlab: auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
9 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
0 votes
0 answers
6 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
9 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
4 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
5 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
5 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
7 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
6 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
7 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
9 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
13 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
25 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
4 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
9 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
14 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
10 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
24 views

Best database design practises for adding a "type" column for existing table? [closed]

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518

15 30 50 per page
1
2 3 4 5
484910
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
7 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
9 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
5 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
8 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
3 views

gitlab: auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
9 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
0 votes
0 answers
6 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
9 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
4 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
5 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
5 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
7 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
6 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
7 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
9 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
13 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
25 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
4 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
9 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
14 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
10 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
24 views

Best database design practises for adding a "type" column for existing table? [closed]

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
7 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
9 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
8 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
3 views

gitlab: auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
9 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
0 votes
0 answers
6 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
9 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
5 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
5 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
5 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
7 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
6 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
7 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
13 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
26 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
4 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
10 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
14 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
10 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
24 views

Best database design practises for adding a "type" column for existing table? [closed]

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518

15 30 50 per page
1
2 3 4 5
484910
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
7 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
9 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
8 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
3 views

gitlab: auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
9 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
0 votes
0 answers
6 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
9 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
5 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
5 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
5 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
7 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
6 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
7 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
13 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
26 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
4 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
10 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
14 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
10 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
24 views

Best database design practises for adding a "type" column for existing table? [closed]

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518

15 30 50 per page
1
2 3 4 5
485066
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
7 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
9 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
8 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
3 views

gitlab: auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
9 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
0 votes
0 answers
6 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
9 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
5 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
5 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
5 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
7 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
6 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
7 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
13 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
26 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
4 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
10 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
14 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533
0 votes
0 answers
10 views

Many to many joins in sas issue in data

I have a data at customers payments level that i need to join with customer's account info level. The first two data set is my primary datasets and the third one is my required output. When i am ...
Swati Kanchan's user avatar
0 votes
1 answer
18 views

Title: Why Are My SHAP Values Dimensions [sample_num, feature, class] Instead of [class, sample_num, feature]?

Why do all AIs believe that the SHAP values are calculated as follows? X_sample = pd.DataFrame(X_train_resampled, columns=X.columns)[:500] explainer_rf = shap.TreeExplainer(rf_model) ...
Seraphine's user avatar
-2 votes
0 answers
24 views

Best database design practises for adding a "type" column for existing table? [closed]

I have a pretty big table that stores user navigation items. At first, this table was created with an intention of storing website navigation customizations within user account for each user, but then ...
ivanko_p's user avatar
0 votes
0 answers
27 views

WordPress Site Kit: Add Sign in with Google button in theme header without redirecting to login page

I'm using the Site Kit by Google plugin on my WordPress website and have enabled the Sign in with Google feature. Now, I want to add a Sign in with Google button in my theme’s header that directly ...
Alok Jain's user avatar
  • 3,518

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
2 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
0 votes
0 answers
3 views

SQL solution please

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
4 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
5 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
11 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
10 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
12 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
10 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
7 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
6 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
7 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
28 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
7 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
11 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
15 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
2 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
0 votes
0 answers
5 views

SQL solution please

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
4 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
5 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
11 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
10 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
12 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
10 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
7 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
6 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
7 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
28 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
7 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
11 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
15 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
2 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
0 votes
0 answers
5 views

SQL solution please

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
4 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
5 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
11 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
10 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
12 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
10 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
7 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
6 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
7 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
28 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
7 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
11 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
15 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
2 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
0 votes
0 answers
5 views

SQL solution please

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
4 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
5 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
11 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
10 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
12 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
10 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
7 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
6 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
7 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
12 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
28 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
7 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
11 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
15 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
2 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-1 votes
0 answers
5 views

SQL solution please

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
4 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
5 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
11 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
10 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
12 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
10 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
7 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
6 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
7 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
28 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
7 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
11 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
15 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
484910
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
3 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-1 votes
0 answers
5 views

SQL solution please

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
4 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
5 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
11 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
10 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
12 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
10 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
7 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
6 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
7 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
28 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
7 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
11 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
15 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
3 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-2 votes
0 answers
5 views

SQL solution please

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
4 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
5 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
11 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
10 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
12 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
10 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
7 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
6 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
7 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
29 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
7 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
11 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
15 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
484910
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
3 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-2 votes
0 answers
6 views

SQL solution please

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
4 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
5 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
11 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
10 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
12 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
10 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
7 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
7 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
29 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
7 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
11 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
15 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
484910
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
3 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-2 votes
0 answers
6 views

SQL solution please

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
4 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
5 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
11 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
10 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
12 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
10 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
7 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
7 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
29 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
7 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
11 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
15 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
484910
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
4 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
3 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-2 votes
0 answers
6 views

SQL solution please

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
4 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
5 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
11 views

java enum build error - java.lang.NullPointerException

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
10 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
6 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
12 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
10 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
7 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
7 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
0 votes
0 answers
7 views

Hp proliant gen 9 windows 11 installation not finding ssd's

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
10 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
10 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
8 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
29 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
6 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
7 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
19 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
0 votes
0 answers
16 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
9 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129
0 votes
0 answers
11 views

In Postgresql, save inserted IDs into a temp table and return the results

Suppose I have a table called language with columns lan_id INT_2 IDENTITY, lan_code TEXT I want to create a database function which accepts a JSON string, insert into `language', and return the ...
Francis Huang's user avatar
0 votes
0 answers
11 views

Socket IO Invalid WebSocket frame: RSV1 must be clear ( permessage deflate )

require('dotenv').config(); const Agent = require(`./Models/agentModel`); const logger = require(`./logger`); const adminRoom = 'admin-room'; const socketapi = { io: null }; function setupSocket(...
Manish Pandey's user avatar
0 votes
0 answers
4 views

Not Receiving All Invitee Answers from Calendly API via Make.com

I'm using the Make.com HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted ...
PETER FOLORUNSHO's user avatar
0 votes
0 answers
8 views

abp proxy-generator -t ng doesn't work with inheritance

I downloaded the github example from the ABP bookstore described in here: https://abp.io/docs/latest/tutorials/book-store/part-09?UI=NG&DB=Mongo I modified it to add new services for exams, each ...
Tito's user avatar
  • 802
0 votes
0 answers
9 views

Smartedit non cms item type

I am working with latest version of Sap Commerce and I have a defined custom non cms item type with multiple string fields (exp: name, value, description), let's name it CustomItemType. The new item ...
Nicolae Tuturuga's user avatar
0 votes
0 answers
8 views

Pytorch nn model not learning anymore after going through the first dataset batch

I've written a code which goes through different datasets grouped in labels and lets the created model learn each dataset/label separately. The problem now is that the model learns the first dataset ...
eliosar's user avatar
0 votes
1 answer
16 views

Self loop dash_cytoscape Python

I tested and liked the Python dash_cytoscape library for exporting business transaction flows between companies. The problem is that I'm not able to solve the self loops. I would like something like ...
Ivan Viana's user avatar
0 votes
0 answers
15 views

native module doesn't have access to drawable resources

I'm developing app with expo: ~52.0.38 and need to create foreground service in kotlin. Did it with command: npx create-expo-module expo-mymodule --local works well but I cannot get access to ...
Zirek's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
485066
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
4 views

Flutter Web Responsive Issue: Background Appears Above Keyboard on Mobile

I'm developing a Flutter web application and testing it on my phone. When I open the keyboard, some parts of the background appear above the keyboard, instead of keeping the screen widgets in place. ...
Malek Aldebsi's user avatar
0 votes
0 answers
5 views

How to use MIP-SDK with Mcirosoft graph in web app to send email with sensitivity labels like Outlook did

I am trying to send an email with a sensitivity label from a sample web or desktop application. This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
Rafik's user avatar
  • 1
0 votes
0 answers
3 views

How do i configure cowrie to accept read_iacs telnet connections instead of user_prompt?

Im working on a college project(ethical in virtual environment) involving mirai botnet. Very simply, mirai tries to connect to bots but also hits cowrie (honeypot) in the process. The mirai code uses ...
user29980901's user avatar
0 votes
0 answers
3 views

Having troubles detecting GPU for tensorflow 2.10.0, CUDA 11.8, cuDNN 8.6 - c++ Tensorflow

Im having troubles with tensorflow not seeing my GPU. import tensorflow as tf print(tf.config.list_physical_devices('GPU')) This just returns an empty array. I dont know if there is a problem with ...
user29980945's user avatar
0 votes
0 answers
3 views

Swiftdata and multidatepicker and JSON

@Model class Planner { //var id: UUID = UUID() var grade: Double = 4.0 var kumi: Double = 4.0 var period: Double = 1.0 var dates: Set<DateComponents> = [] init( grade: Double = 4.0, kumi: ...
popster's user avatar
  • 31
0 votes
0 answers
5 views

configService in JwtStrategy constructor is undefined

I can't understand why configService is undefined in constructor of jwt.strategy.ts until I add @Inject(ConfigService) decorator before readonly configService: ConfigService, but in other modules ...
0 votes
0 answers
8 views

Loading Gutenberg Blocks with Ajax is stripping away scripts

I'm successfully loading a custom post type's wp-content using ajax, but when it loads, a whole lot of the scripts are being stripped away. fetch(ajax_object.ajax_url, { method: "POST", ...
jeffimperial's user avatar
0 votes
0 answers
5 views

Flutter-Supabase auth - error with reset password

I have a Flutter web app that is using Supabase and the Supabase authentication service. I have a problem with the "reset password" feature. Something like this: 1). The user initiates the '...
user2868835's user avatar
  • 1,620
0 votes
0 answers
11 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
4 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-3 votes
0 answers
10 views

SQL solution please [duplicate]

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
5 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
6 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
14 views

java enum build error - java.lang.NullPointerException [closed]

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
11 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
7 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
13 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
11 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
10 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
8 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
-1 votes
0 answers
8 views

Hp proliant gen 9 windows 11 installation not finding ssd's [closed]

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
11 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
11 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
9 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
34 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
9 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
8 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
20 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
1 vote
0 answers
18 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
10 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
5 views

Flutter Web Responsive Issue: Background Appears Above Keyboard on Mobile

I'm developing a Flutter web application and testing it on my phone. When I open the keyboard, some parts of the background appear above the keyboard, instead of keeping the screen widgets in place. ...
Malek Aldebsi's user avatar
0 votes
0 answers
5 views

How to use MIP-SDK with Mcirosoft graph in web app to send email with sensitivity labels like Outlook did

I am trying to send an email with a sensitivity label from a sample web or desktop application. This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
Rafik's user avatar
  • 1
0 votes
0 answers
3 views

How do i configure cowrie to accept read_iacs telnet connections instead of user_prompt?

Im working on a college project(ethical in virtual environment) involving mirai botnet. Very simply, mirai tries to connect to bots but also hits cowrie (honeypot) in the process. The mirai code uses ...
user29980901's user avatar
0 votes
0 answers
3 views

Having troubles detecting GPU for tensorflow 2.10.0, CUDA 11.8, cuDNN 8.6 - c++ Tensorflow

Im having troubles with tensorflow not seeing my GPU. import tensorflow as tf print(tf.config.list_physical_devices('GPU')) This just returns an empty array. I dont know if there is a problem with ...
user29980945's user avatar
0 votes
0 answers
3 views

Swiftdata and multidatepicker and JSON

@Model class Planner { //var id: UUID = UUID() var grade: Double = 4.0 var kumi: Double = 4.0 var period: Double = 1.0 var dates: Set<DateComponents> = [] init( grade: Double = 4.0, kumi: ...
popster's user avatar
  • 31
0 votes
0 answers
5 views

configService in JwtStrategy constructor is undefined

I can't understand why configService is undefined in constructor of jwt.strategy.ts until I add @Inject(ConfigService) decorator before readonly configService: ConfigService, but in other modules ...
0 votes
0 answers
8 views

Loading Gutenberg Blocks with Ajax is stripping away scripts

I'm successfully loading a custom post type's wp-content using ajax, but when it loads, a whole lot of the scripts are being stripped away. fetch(ajax_object.ajax_url, { method: "POST", ...
jeffimperial's user avatar
0 votes
0 answers
5 views

Flutter-Supabase auth - error with reset password

I have a Flutter web app that is using Supabase and the Supabase authentication service. I have a problem with the "reset password" feature. Something like this: 1). The user initiates the '...
user2868835's user avatar
  • 1,620
0 votes
0 answers
11 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
4 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-3 votes
0 answers
10 views

SQL solution please [duplicate]

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
5 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
6 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
14 views

java enum build error - java.lang.NullPointerException [closed]

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
11 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
7 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
13 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
11 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
10 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
8 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
-1 votes
0 answers
8 views

Hp proliant gen 9 windows 11 installation not finding ssd's [closed]

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
11 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
11 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
9 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
34 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
9 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
8 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
20 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
1 vote
0 answers
18 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
10 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129

15 30 50 per page
1
2 3 4 5
485066
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
5 views

Flutter Web Responsive Issue: Background Appears Above Keyboard on Mobile

I'm developing a Flutter web application and testing it on my phone. When I open the keyboard, some parts of the background appear above the keyboard, instead of keeping the screen widgets in place. ...
Malek Aldebsi's user avatar
0 votes
0 answers
5 views

How to use MIP-SDK with Mcirosoft graph in web app to send email with sensitivity labels like Outlook did

I am trying to send an email with a sensitivity label from a sample web or desktop application. This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
Rafik's user avatar
  • 1
0 votes
0 answers
3 views

How do i configure cowrie to accept read_iacs telnet connections instead of user_prompt?

Im working on a college project(ethical in virtual environment) involving mirai botnet. Very simply, mirai tries to connect to bots but also hits cowrie (honeypot) in the process. The mirai code uses ...
user29980901's user avatar
0 votes
0 answers
3 views

Having troubles detecting GPU for tensorflow 2.10.0, CUDA 11.8, cuDNN 8.6 - c++ Tensorflow

Im having troubles with tensorflow not seeing my GPU. import tensorflow as tf print(tf.config.list_physical_devices('GPU')) This just returns an empty array. I dont know if there is a problem with ...
user29980945's user avatar
0 votes
0 answers
3 views

Swiftdata and multidatepicker and JSON

@Model class Planner { //var id: UUID = UUID() var grade: Double = 4.0 var kumi: Double = 4.0 var period: Double = 1.0 var dates: Set<DateComponents> = [] init( grade: Double = 4.0, kumi: ...
popster's user avatar
  • 31
0 votes
0 answers
5 views

configService in JwtStrategy constructor is undefined

I can't understand why configService is undefined in constructor of jwt.strategy.ts until I add @Inject(ConfigService) decorator before readonly configService: ConfigService, but in other modules ...
0 votes
0 answers
8 views

Loading Gutenberg Blocks with Ajax is stripping away scripts

I'm successfully loading a custom post type's wp-content using ajax, but when it loads, a whole lot of the scripts are being stripped away. fetch(ajax_object.ajax_url, { method: "POST", ...
jeffimperial's user avatar
0 votes
0 answers
5 views

Flutter-Supabase auth - error with reset password

I have a Flutter web app that is using Supabase and the Supabase authentication service. I have a problem with the "reset password" feature. Something like this: 1). The user initiates the '...
user2868835's user avatar
  • 1,620
0 votes
0 answers
11 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
4 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-3 votes
0 answers
10 views

SQL solution please [duplicate]

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
5 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
6 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
14 views

java enum build error - java.lang.NullPointerException [closed]

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
11 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
7 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
13 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
8 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
11 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
10 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
8 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
-1 votes
0 answers
8 views

Hp proliant gen 9 windows 11 installation not finding ssd's [closed]

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
11 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
11 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
9 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
34 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
9 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
8 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
20 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
1 vote
0 answers
18 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
10 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
6 views

Flutter Web Responsive Issue: Background Appears Above Keyboard on Mobile

I'm developing a Flutter web application and testing it on my phone. When I open the keyboard, some parts of the background appear above the keyboard, instead of keeping the screen widgets in place. ...
Malek Aldebsi's user avatar
0 votes
0 answers
6 views

How to use MIP-SDK with Mcirosoft graph in web app to send email with sensitivity labels like Outlook did

I am trying to send an email with a sensitivity label from a sample web or desktop application. This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
Rafik's user avatar
  • 1
0 votes
0 answers
3 views

How do i configure cowrie to accept read_iacs telnet connections instead of user_prompt?

Im working on a college project(ethical in virtual environment) involving mirai botnet. Very simply, mirai tries to connect to bots but also hits cowrie (honeypot) in the process. The mirai code uses ...
user29980901's user avatar
0 votes
0 answers
3 views

Having troubles detecting GPU for tensorflow 2.10.0, CUDA 11.8, cuDNN 8.6 - c++ Tensorflow

Im having troubles with tensorflow not seeing my GPU. import tensorflow as tf print(tf.config.list_physical_devices('GPU')) This just returns an empty array. I dont know if there is a problem with ...
user29980945's user avatar
0 votes
0 answers
3 views

Swiftdata and multidatepicker and JSON

@Model class Planner { //var id: UUID = UUID() var grade: Double = 4.0 var kumi: Double = 4.0 var period: Double = 1.0 var dates: Set<DateComponents> = [] init( grade: Double = 4.0, kumi: ...
popster's user avatar
  • 31
0 votes
0 answers
5 views

configService in JwtStrategy constructor is undefined

I can't understand why configService is undefined in constructor of jwt.strategy.ts until I add @Inject(ConfigService) decorator before readonly configService: ConfigService, but in other modules ...
0 votes
0 answers
8 views

Loading Gutenberg Blocks with Ajax is stripping away scripts

I'm successfully loading a custom post type's wp-content using ajax, but when it loads, a whole lot of the scripts are being stripped away. fetch(ajax_object.ajax_url, { method: "POST", ...
jeffimperial's user avatar
0 votes
0 answers
5 views

Flutter-Supabase auth - error with reset password

I have a Flutter web app that is using Supabase and the Supabase authentication service. I have a problem with the "reset password" feature. Something like this: 1). The user initiates the '...
user2868835's user avatar
  • 1,620
0 votes
0 answers
11 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
4 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-3 votes
0 answers
10 views

SQL solution please [duplicate]

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
5 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
6 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
14 views

java enum build error - java.lang.NullPointerException [closed]

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
11 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
7 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
13 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
9 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
11 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
11 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
8 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
-1 votes
0 answers
8 views

Hp proliant gen 9 windows 11 installation not finding ssd's [closed]

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
11 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
13 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
9 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
35 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
9 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
8 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
20 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
1 vote
0 answers
18 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
10 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78
0 votes
0 answers
11 views

Microsoft Teams App Not Loading After Deployment in Kubernetes, but Logs Show in Console

I have built a custom Microsoft Teams app using TypeScript React and deployed it inside a Kubernetes (K8s) pod. When I upload the manifest to Microsoft Teams, I don't see the app in the UI. However, ...
Ahmed's user avatar
  • 129

15 30 50 per page
1
2 3 4 5
485066
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

Generating macrocode to another file

Is it possible to make a macro generate a piece of code into another file? I use something like this technique now: import std/[macros, strformat, tables, options, paths] proc get_file_with_suffix(...
hermann.minkowski's user avatar
0 votes
0 answers
8 views

Flutter Web Responsive Issue: Background Appears Above Keyboard on Mobile

I'm developing a Flutter web application and testing it on my phone. When I open the keyboard, some parts of the background appear above the keyboard, instead of keeping the screen widgets in place. ...
Malek Aldebsi's user avatar
0 votes
0 answers
6 views

How to use MIP-SDK with Mcirosoft graph in web app to send email with sensitivity labels like Outlook did

I am trying to send an email with a sensitivity label from a sample web or desktop application. This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
Rafik's user avatar
  • 1
0 votes
0 answers
4 views

How do i configure cowrie to accept read_iacs telnet connections instead of user_prompt?

Im working on a college project(ethical in virtual environment) involving mirai botnet. Very simply, mirai tries to connect to bots but also hits cowrie (honeypot) in the process. The mirai code uses ...
user29980901's user avatar
0 votes
0 answers
3 views

Having troubles detecting GPU for tensorflow 2.10.0, CUDA 11.8, cuDNN 8.6 - c++ Tensorflow

Im having troubles with tensorflow not seeing my GPU. import tensorflow as tf print(tf.config.list_physical_devices('GPU')) This just returns an empty array. I dont know if there is a problem with ...
user29980945's user avatar
0 votes
0 answers
3 views

Swiftdata and multidatepicker and JSON

@Model class Planner { //var id: UUID = UUID() var grade: Double = 4.0 var kumi: Double = 4.0 var period: Double = 1.0 var dates: Set<DateComponents> = [] init( grade: Double = 4.0, kumi: ...
popster's user avatar
  • 31
0 votes
0 answers
5 views

configService in JwtStrategy constructor is undefined

I can't understand why configService is undefined in constructor of jwt.strategy.ts until I add @Inject(ConfigService) decorator before readonly configService: ConfigService, but in other modules ...
0 votes
0 answers
8 views

Loading Gutenberg Blocks with Ajax is stripping away scripts

I'm successfully loading a custom post type's wp-content using ajax, but when it loads, a whole lot of the scripts are being stripped away. fetch(ajax_object.ajax_url, { method: "POST", ...
jeffimperial's user avatar
0 votes
0 answers
5 views

Flutter-Supabase auth - error with reset password

I have a Flutter web app that is using Supabase and the Supabase authentication service. I have a problem with the "reset password" feature. Something like this: 1). The user initiates the '...
user2868835's user avatar
  • 1,620
0 votes
0 answers
11 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
4 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-3 votes
0 answers
10 views

SQL solution please [duplicate]

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
5 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
6 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
14 views

java enum build error - java.lang.NullPointerException [closed]

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
11 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
7 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
13 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
9 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
11 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
11 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
8 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
-1 votes
0 answers
8 views

Hp proliant gen 9 windows 11 installation not finding ssd's [closed]

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
11 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
13 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
9 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
1 answer
36 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
9 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
8 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
20 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
1 vote
0 answers
18 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
10 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

Generating macrocode to another file

Is it possible to make a macro generate a piece of code into another file? I use something like this technique now: import std/[macros, strformat, tables, options, paths] proc get_file_with_suffix(...
hermann.minkowski's user avatar
0 votes
0 answers
8 views

Flutter Web Responsive Issue: Background Appears Above Keyboard on Mobile

I'm developing a Flutter web application and testing it on my phone. When I open the keyboard, some parts of the background appear above the keyboard, instead of keeping the screen widgets in place. ...
Malek Aldebsi's user avatar
0 votes
0 answers
6 views

How to use MIP-SDK with Mcirosoft graph in web app to send email with sensitivity labels like Outlook did

I am trying to send an email with a sensitivity label from a sample web or desktop application. This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
Rafik's user avatar
  • 1
0 votes
0 answers
4 views

How do i configure cowrie to accept read_iacs telnet connections instead of user_prompt?

Im working on a college project(ethical in virtual environment) involving mirai botnet. Very simply, mirai tries to connect to bots but also hits cowrie (honeypot) in the process. The mirai code uses ...
user29980901's user avatar
0 votes
0 answers
3 views

Having troubles detecting GPU for tensorflow 2.10.0, CUDA 11.8, cuDNN 8.6 - c++ Tensorflow

Im having troubles with tensorflow not seeing my GPU. import tensorflow as tf print(tf.config.list_physical_devices('GPU')) This just returns an empty array. I dont know if there is a problem with ...
user29980945's user avatar
0 votes
0 answers
3 views

Swiftdata and multidatepicker and JSON

@Model class Planner { //var id: UUID = UUID() var grade: Double = 4.0 var kumi: Double = 4.0 var period: Double = 1.0 var dates: Set<DateComponents> = [] init( grade: Double = 4.0, kumi: ...
popster's user avatar
  • 31
0 votes
0 answers
5 views

configService in JwtStrategy constructor is undefined

I can't understand why configService is undefined in constructor of jwt.strategy.ts until I add @Inject(ConfigService) decorator before readonly configService: ConfigService, but in other modules ...
0 votes
0 answers
8 views

Loading Gutenberg Blocks with Ajax is stripping away scripts

I'm successfully loading a custom post type's wp-content using ajax, but when it loads, a whole lot of the scripts are being stripped away. fetch(ajax_object.ajax_url, { method: "POST", ...
jeffimperial's user avatar
0 votes
0 answers
5 views

Flutter-Supabase auth - error with reset password

I have a Flutter web app that is using Supabase and the Supabase authentication service. I have a problem with the "reset password" feature. Something like this: 1). The user initiates the '...
user2868835's user avatar
  • 1,620
0 votes
0 answers
11 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
4 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-3 votes
0 answers
10 views

SQL solution please [duplicate]

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
5 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
6 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
14 views

java enum build error - java.lang.NullPointerException [closed]

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
11 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
7 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
5 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
13 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
9 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
11 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
11 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
8 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
-1 votes
0 answers
8 views

Hp proliant gen 9 windows 11 installation not finding ssd's [closed]

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
11 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
13 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
9 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
2 answers
36 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
9 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
8 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
20 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
1 vote
0 answers
18 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
10 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

Generating macrocode to another file

Is it possible to make a macro generate a piece of code into another file? I use something like this technique now: import std/[macros, strformat, tables, options, paths] proc get_file_with_suffix(...
hermann.minkowski's user avatar
0 votes
0 answers
8 views

Flutter Web Responsive Issue: Background Appears Above Keyboard on Mobile

I'm developing a Flutter web application and testing it on my phone. When I open the keyboard, some parts of the background appear above the keyboard, instead of keeping the screen widgets in place. ...
Malek Aldebsi's user avatar
0 votes
0 answers
6 views

How to use MIP-SDK with Mcirosoft graph in web app to send email with sensitivity labels like Outlook did

I am trying to send an email with a sensitivity label from a sample web or desktop application. This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
Rafik's user avatar
  • 1
0 votes
0 answers
4 views

How do i configure cowrie to accept read_iacs telnet connections instead of user_prompt?

Im working on a college project(ethical in virtual environment) involving mirai botnet. Very simply, mirai tries to connect to bots but also hits cowrie (honeypot) in the process. The mirai code uses ...
user29980901's user avatar
0 votes
0 answers
3 views

Having troubles detecting GPU for tensorflow 2.10.0, CUDA 11.8, cuDNN 8.6 - c++ Tensorflow

Im having troubles with tensorflow not seeing my GPU. import tensorflow as tf print(tf.config.list_physical_devices('GPU')) This just returns an empty array. I dont know if there is a problem with ...
user29980945's user avatar
0 votes
0 answers
3 views

Swiftdata and multidatepicker and JSON

@Model class Planner { //var id: UUID = UUID() var grade: Double = 4.0 var kumi: Double = 4.0 var period: Double = 1.0 var dates: Set<DateComponents> = [] init( grade: Double = 4.0, kumi: ...
popster's user avatar
  • 31
0 votes
0 answers
5 views

configService in JwtStrategy constructor is undefined

I can't understand why configService is undefined in constructor of jwt.strategy.ts until I add @Inject(ConfigService) decorator before readonly configService: ConfigService, but in other modules ...
0 votes
0 answers
8 views

Loading Gutenberg Blocks with Ajax is stripping away scripts

I'm successfully loading a custom post type's wp-content using ajax, but when it loads, a whole lot of the scripts are being stripped away. fetch(ajax_object.ajax_url, { method: "POST", ...
jeffimperial's user avatar
0 votes
0 answers
5 views

Flutter-Supabase auth - error with reset password

I have a Flutter web app that is using Supabase and the Supabase authentication service. I have a problem with the "reset password" feature. Something like this: 1). The user initiates the '...
user2868835's user avatar
  • 1,620
0 votes
0 answers
11 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
4 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-3 votes
0 answers
10 views

SQL solution please [duplicate]

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
5 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
6 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
14 views

java enum build error - java.lang.NullPointerException [closed]

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
11 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
7 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
6 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
13 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
9 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
11 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
11 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
8 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
-1 votes
0 answers
8 views

Hp proliant gen 9 windows 11 installation not finding ssd's [closed]

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
11 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
13 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
9 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
2 answers
36 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
9 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
8 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
20 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
1 vote
0 answers
18 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
10 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78

15 30 50 per page
1
2 3 4 5
484911
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

Generating macrocode to another file

Is it possible to make a macro generate a piece of code into another file? I use something like this technique now: import std/[macros, strformat, tables, options, paths] proc get_file_with_suffix(...
hermann.minkowski's user avatar
0 votes
0 answers
8 views

Flutter Web Responsive Issue: Background Appears Above Keyboard on Mobile

I'm developing a Flutter web application and testing it on my phone. When I open the keyboard, some parts of the background appear above the keyboard, instead of keeping the screen widgets in place. ...
Malek Aldebsi's user avatar
0 votes
0 answers
6 views

How to use MIP-SDK with Mcirosoft graph in web app to send email with sensitivity labels like Outlook did

I am trying to send an email with a sensitivity label from a sample web or desktop application. This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
Rafik's user avatar
  • 1
0 votes
0 answers
4 views

How do i configure cowrie to accept read_iacs telnet connections instead of user_prompt?

Im working on a college project(ethical in virtual environment) involving mirai botnet. Very simply, mirai tries to connect to bots but also hits cowrie (honeypot) in the process. The mirai code uses ...
user29980901's user avatar
0 votes
0 answers
3 views

Having troubles detecting GPU for tensorflow 2.10.0, CUDA 11.8, cuDNN 8.6 - c++ Tensorflow

Im having troubles with tensorflow not seeing my GPU. import tensorflow as tf print(tf.config.list_physical_devices('GPU')) This just returns an empty array. I dont know if there is a problem with ...
user29980945's user avatar
0 votes
0 answers
3 views

Swiftdata and multidatepicker and JSON

@Model class Planner { //var id: UUID = UUID() var grade: Double = 4.0 var kumi: Double = 4.0 var period: Double = 1.0 var dates: Set<DateComponents> = [] init( grade: Double = 4.0, kumi: ...
popster's user avatar
  • 31
0 votes
0 answers
5 views

configService in JwtStrategy constructor is undefined

I can't understand why configService is undefined in constructor of jwt.strategy.ts until I add @Inject(ConfigService) decorator before readonly configService: ConfigService, but in other modules ...
0 votes
0 answers
8 views

Loading Gutenberg Blocks with Ajax is stripping away scripts

I'm successfully loading a custom post type's wp-content using ajax, but when it loads, a whole lot of the scripts are being stripped away. fetch(ajax_object.ajax_url, { method: "POST", ...
jeffimperial's user avatar
0 votes
0 answers
5 views

Flutter-Supabase auth - error with reset password

I have a Flutter web app that is using Supabase and the Supabase authentication service. I have a problem with the "reset password" feature. Something like this: 1). The user initiates the '...
user2868835's user avatar
  • 1,620
0 votes
0 answers
12 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
4 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-3 votes
0 answers
10 views

SQL solution please [duplicate]

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
5 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
6 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
14 views

java enum build error - java.lang.NullPointerException [closed]

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
11 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
7 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
6 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
13 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
9 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
11 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
11 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
8 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
0 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,411
-1 votes
0 answers
9 views

Hp proliant gen 9 windows 11 installation not finding ssd's [closed]

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
11 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
13 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
9 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
2 answers
37 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
9 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
8 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
20 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
1 vote
0 answers
18 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
10 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276
0 votes
0 answers
15 views

2D Wave shader not syncing

I created a wave shader for a 2D rectangle sprite by using the sin with UV and applying it to the object's alpha. I want to use the tiling option to stretch the sprite to seem like an ocean. However, ...
ZozeR's user avatar
  • 78

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Superbase authentication without taken user to the default web browser in react-native

Currently I'm using google authentication in my react-native app with Supabase, The app redirects users to the default web browser for authentication, which creates a poor user experience. According ...
Nipun Ravisara's user avatar
0 votes
0 answers
3 views

Generating macrocode to another file

Is it possible to make a macro generate a piece of code into another file? I use something like this technique now: import std/[macros, strformat, tables, options, paths] proc get_file_with_suffix(...
hermann.minkowski's user avatar
0 votes
0 answers
8 views

Flutter Web Responsive Issue: Background Appears Above Keyboard on Mobile

I'm developing a Flutter web application and testing it on my phone. When I open the keyboard, some parts of the background appear above the keyboard, instead of keeping the screen widgets in place. ...
Malek Aldebsi's user avatar
0 votes
0 answers
6 views

How to use MIP-SDK with Mcirosoft graph in web app to send email with sensitivity labels like Outlook did

I am trying to send an email with a sensitivity label from a sample web or desktop application. This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
Rafik's user avatar
  • 1
0 votes
0 answers
4 views

How do i configure cowrie to accept read_iacs telnet connections instead of user_prompt?

Im working on a college project(ethical in virtual environment) involving mirai botnet. Very simply, mirai tries to connect to bots but also hits cowrie (honeypot) in the process. The mirai code uses ...
user29980901's user avatar
0 votes
0 answers
3 views

Having troubles detecting GPU for tensorflow 2.10.0, CUDA 11.8, cuDNN 8.6 - c++ Tensorflow

Im having troubles with tensorflow not seeing my GPU. import tensorflow as tf print(tf.config.list_physical_devices('GPU')) This just returns an empty array. I dont know if there is a problem with ...
user29980945's user avatar
0 votes
0 answers
3 views

Swiftdata and multidatepicker and JSON

@Model class Planner { //var id: UUID = UUID() var grade: Double = 4.0 var kumi: Double = 4.0 var period: Double = 1.0 var dates: Set<DateComponents> = [] init( grade: Double = 4.0, kumi: ...
popster's user avatar
  • 31
0 votes
0 answers
5 views

configService in JwtStrategy constructor is undefined

I can't understand why configService is undefined in constructor of jwt.strategy.ts until I add @Inject(ConfigService) decorator before readonly configService: ConfigService, but in other modules ...
0 votes
0 answers
8 views

Loading Gutenberg Blocks with Ajax is stripping away scripts

I'm successfully loading a custom post type's wp-content using ajax, but when it loads, a whole lot of the scripts are being stripped away. fetch(ajax_object.ajax_url, { method: "POST", ...
jeffimperial's user avatar
0 votes
0 answers
5 views

Flutter-Supabase auth - error with reset password

I have a Flutter web app that is using Supabase and the Supabase authentication service. I have a problem with the "reset password" feature. Something like this: 1). The user initiates the '...
user2868835's user avatar
  • 1,620
0 votes
0 answers
12 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
4 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-3 votes
0 answers
10 views

SQL solution please [duplicate]

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
5 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
6 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
14 views

java enum build error - java.lang.NullPointerException [closed]

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
11 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
7 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
6 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
13 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
9 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
11 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
12 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
8 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
-1 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,409
-1 votes
0 answers
9 views

Hp proliant gen 9 windows 11 installation not finding ssd's [closed]

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
11 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
13 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
9 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
2 answers
37 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
9 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
8 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
20 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
1 vote
0 answers
18 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
10 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276

15 30 50 per page
1
2 3 4 5
484971
Newest Questions - Stack Overflow
Skip to main content

Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

Superbase authentication without taken user to the default web browser in react-native

Currently I'm using google authentication in my react-native app with Supabase, The app redirects users to the default web browser for authentication, which creates a poor user experience. According ...
Nipun Ravisara's user avatar
0 votes
0 answers
3 views

Generating macrocode to another file

Is it possible to make a macro generate a piece of code into another file? I use something like this technique now: import std/[macros, strformat, tables, options, paths] proc get_file_with_suffix(...
hermann.minkowski's user avatar
0 votes
0 answers
8 views

Flutter Web Responsive Issue: Background Appears Above Keyboard on Mobile

I'm developing a Flutter web application and testing it on my phone. When I open the keyboard, some parts of the background appear above the keyboard, instead of keeping the screen widgets in place. ...
Malek Aldebsi's user avatar
0 votes
0 answers
6 views

How to use MIP-SDK with Mcirosoft graph in web app to send email with sensitivity labels like Outlook did

I am trying to send an email with a sensitivity label from a sample web or desktop application. This sample Azure-Samples/MipSDK-Protection-Dotnet-Quickstart help me to understand MIP, but my target ...
Rafik's user avatar
  • 1
0 votes
0 answers
4 views

How do i configure cowrie to accept read_iacs telnet connections instead of user_prompt?

Im working on a college project(ethical in virtual environment) involving mirai botnet. Very simply, mirai tries to connect to bots but also hits cowrie (honeypot) in the process. The mirai code uses ...
user29980901's user avatar
0 votes
0 answers
3 views

Having troubles detecting GPU for tensorflow 2.10.0, CUDA 11.8, cuDNN 8.6 - c++ Tensorflow

Im having troubles with tensorflow not seeing my GPU. import tensorflow as tf print(tf.config.list_physical_devices('GPU')) This just returns an empty array. I dont know if there is a problem with ...
user29980945's user avatar
0 votes
0 answers
3 views

Swiftdata and multidatepicker and JSON

@Model class Planner { //var id: UUID = UUID() var grade: Double = 4.0 var kumi: Double = 4.0 var period: Double = 1.0 var dates: Set<DateComponents> = [] init( grade: Double = 4.0, kumi: ...
popster's user avatar
  • 31
0 votes
0 answers
5 views

configService in JwtStrategy constructor is undefined

I can't understand why configService is undefined in constructor of jwt.strategy.ts until I add @Inject(ConfigService) decorator before readonly configService: ConfigService, but in other modules ...
0 votes
0 answers
8 views

Loading Gutenberg Blocks with Ajax is stripping away scripts

I'm successfully loading a custom post type's wp-content using ajax, but when it loads, a whole lot of the scripts are being stripped away. fetch(ajax_object.ajax_url, { method: "POST", ...
jeffimperial's user avatar
0 votes
0 answers
5 views

Flutter-Supabase auth - error with reset password

I have a Flutter web app that is using Supabase and the Supabase authentication service. I have a problem with the "reset password" feature. Something like this: 1). The user initiates the '...
user2868835's user avatar
  • 1,620
0 votes
0 answers
12 views

Locking strategy for updating state column in MySQL

I'm planning a simple system to execute batch jobs. There will be multiple executor threads (WLOG, lets say two, thread A and thread B). When a thread is idle, say thread A, it will query for the ...
pnadeau's user avatar
  • 613
0 votes
0 answers
4 views

Error: cannot open include file 'resource.h'

im trying to create an wallhacks for assault cube but it says cannot open include file 'resource.h' everytime i googled for solutions but the only thing i found was to create an empty resource.h file ...
Aron Dagur's user avatar
-3 votes
0 answers
10 views

SQL solution please [duplicate]

From this page please someone give me solution https://sqltest.online/en/question/sql-basics/find-films-about-dogs-or-cats Find all films where description contains the Dog or Cat words marked with PG ...
Purgeri i purgerko's user avatar
0 votes
0 answers
5 views

Spring Boot App Fails to Connect to MySQL in Docker-Compose

I have a Spring Boot application that works fine on my local machine with MySQL. Now, I’m trying to containerize it using Docker Compose, but the application fails to connect to the database when I ...
Jeff's user avatar
  • 8,431
0 votes
0 answers
6 views

Android Notification strategy using EXPO

I am building a simple timer with predefined intervals for a specific use case, the intervals span to 6 hours overall, with 15 and 30-minutes intervals, and I am not sure what is the best way to do it ...
Babonet's user avatar
0 votes
0 answers
14 views

java enum build error - java.lang.NullPointerException [closed]

I'm developing an Android app and want to use a Runnable, but I'm getting a build error. Even with just this code, I get the following error during the build: Caused by: java.lang.NullPointerException ...
thestand9's user avatar
-2 votes
0 answers
11 views

How are online cold storage services able to be cheaper? [closed]

I understand how offline archival storage, like S3 Glacier Deep Archive or Azure Blob Archive Tier, can be cheaper by storing on magnetic tape: tapes are cheaper than drives per-TB, and they don’t use ...
Han Seoul-Oh's user avatar
  • 1,292
0 votes
0 answers
7 views

pyside6-deploy module.google.genai.types.c(49682) : fatal error C1002: compiler is out of heap space in pass 2

Build log Not able to package my application with pyside6-deploy. I see that the issue is with Google's genai package, I tried using github workflows as my desktop only has 16gb Ram and it seems like ...
Sakshat Shinde's user avatar
0 votes
0 answers
9 views

Kestrel on Linux config for https

I've been reading a lot about how to config Kestrel for https on Ubuntu Linux. I would think it would be pretty common as https is close to universal now. There seem to be a wide variety of docs and ...
Dennis Cronin's user avatar
0 votes
0 answers
6 views

Auto merge happens without waiting for all pipelines/jobs to finish

I have two different "stages" that run in parallel and I want both of them to be successful, to merge the merge request. But I am not sure which options or what kind of CI setup to use, to ...
Andrius's user avatar
  • 21.2k
0 votes
0 answers
13 views

VSCode: IntelliSense not recognizing definition of a struct, which is defined in another .c-file

I am working with VSCode and IntelliSense tells me, that "incomplete type "gpiod_chip" is not allowedC/C++(70)" for a struct. The struct "gpiod_chip" is declared in a ...
DBMC_y337's user avatar
0 votes
0 answers
9 views

Animating UIHostingController size change with SwiftUI view size change

I have a UIKit app with a UIHostingController embedded as a child controller. In this UIHostingController there's a SwiftUI view which expands and collapses with an animation to show/hide content ...
Adam Carter's user avatar
  • 4,844
0 votes
0 answers
5 views

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction

Facebook OAuth Redirect Issue: Token Exchange Failing Due to Domain Restriction I'm implementing Facebook OAuth in a Google Apps Script Web App that integrates with Looker Studio. The goal is to ...
ShawTheatre's user avatar
-1 votes
0 answers
9 views

How to get the value of all the option elements under a select element using TestRigor

I am referencing a page that has a select element that looks like this: <select id="make" name="Make"> <option value="default">– please select –</option&...
WayneRoseberry's user avatar
0 votes
0 answers
11 views

Empty POST request body in Go controller, but in javascript it's correct

I have administrative panel html/css/javascript code defined in admin.tpl file. It has this function: document.getElementById('userForm').addEventListener('submit', function(event) { ...
michael's user avatar
0 votes
0 answers
12 views

Using SwiftData's @Query makes the app unresponsive

Part of my app is using SwiftData for persistence. The UI is entirely written in SwiftUI. From a main screen, I want to navigate to other screens and passing them model instances. For example, the ...
invalidArgument's user avatar
0 votes
0 answers
7 views

Routing issue with FastRoute in PHP app: 404 page not found when accessing a specific debate

I'm working on a PHP application using FastRoute for routing, and I’m experiencing an issue when trying to access the detail page of a specific debate. The list of debates works fine, but when I try ...
Mag's user avatar
  • 11
0 votes
0 answers
6 views

How would you structure unrelated renders in WebGPU?

Say I have 3 functions: drawSquares(squares: any): void drawTriangles(triangles: any): void drawTextures(textures: any): void And I want to render all three in order on every frame. Each receive ...
user29889977's user avatar
0 votes
0 answers
8 views

How to grab SliverPersistentHeader in DraggableScrollableSheet

I try to make exactly the same thing on google map with the DraggableScrollableSheet , but i cant get same result. Google map bottom sheet: header with handle can always grab it and dont care if the ...
Ralentix's user avatar
  • 111
0 votes
0 answers
4 views

Refreshing database with typeorm-fixtures-cli in Jest E2E test

I'm trying to refresh DB for test suites that modify DB data. Here is a helper which I use: export const refreshDb = async () => { const dataSource = new DataSource({ ...config.dbConfig, });...
Sviatoslav Ronskyi's user avatar
0 votes
0 answers
5 views

Windows Server 2008R2 fsr to dfsr

I have a Windows Server 2008 R2 server with Active Directory installed, and I want to migrate it to a Windows Server 2022 server. The domain and functional levels are 2008 R2. However, due to FSR ...
Ramazan SARI's user avatar
0 votes
0 answers
9 views

Best practice for Nextjs projects on the production server

I've redesigned my website using the Next.js framework. I've tried to use a CND for statics files (images, CSS, JS files) and make it optimized. Also, I've worked a lot on the APIs to respond fast. It ...
Martin AJ's user avatar
  • 6,707
-1 votes
0 answers
4 views

Can't trigger push workflow when push happens in action

I have a GitHub Actions workflow named update_branches that lives on a github-base branch (the default branch for the repo in GitHub) and periodically updates several other branches including one ...
Brendan's user avatar
  • 2,409
-1 votes
0 answers
9 views

Hp proliant gen 9 windows 11 installation not finding ssd's [closed]

So I recently was trying to install windows 11 on my Proliant gen 9 server but when it was time to install it on the ssd's it couldn't find them, I tried everything but I was thinking it could be the ...
MOLLIZ's user avatar
  • 1
0 votes
0 answers
8 views

PineScript - measure distance between Pivot Trendline and High/Low between Pivot Points

enter image description herei got an issue which i could not figure out how to solve it. I wrote an indicator which draws a trendline between two pivot points, and now i want to measure the distance ...
DoctorGremlin's user avatar
0 votes
0 answers
11 views

AWS Kinesis sink throttling issue

I have a pipeline that contains a kinesis input stream, a Flink aggregator and kinesis output stream (sink). The objects written to the input stream contain the fields: source, target, fieldName and ...
Mister_L's user avatar
  • 2,611
0 votes
1 answer
15 views

Converting 0N values to the correct null for each data type

So I have 0N values which represents no previous data for that sid, the issue is, is that the 0N is showing up in symbol cols too and I want to convert each case to the null value for the data type it ...
threedom's user avatar
0 votes
0 answers
13 views

Why does an "Automation" Error occur when I run this VBA Excel script?

I want to check the temperature of my CPU. I found the following code, but it doesn't seem to work, generating an Automation Error when it runs: Sub GetCPU_Temperature() Dim objWMIService As ...
dcster's user avatar
  • 9
0 votes
1 answer
13 views

ModuleNotFoundError: No module named 'app.routes.sst' inside Docker container with chatbot

I think i tried different solutions, i spent many hours before sending this post, but still I cannot cope by myslef. I am running docker container with Rag chatbot. You will also notice that I am not ...
SereneAtk's user avatar
  • 115
0 votes
0 answers
9 views

How to create a time series heat map

I have a dataset from a disdrometer containing the following variables: Time stamp (LST) – Local Standard Time Rainrate – Rain rate in mm/hr Mass weighted mean D (mm) – Mass-weighted mean diameter of ...
CGHA's user avatar
  • 37
1 vote
2 answers
37 views

How to get specified number of decimal places of any fraction?

So I can generate many tuples like this: (...
Ξένη Γήινος's user avatar
1 vote
0 answers
9 views

Unexpected Tkinter GUI behavior when run in Spyder (iPython) console, but not in terminal

I'm getting a strange problem. I recently converted a project from Mac to Windows and noticed some strange tkinter GUI issues that occur only on my Windows 11 platform, despite not changing python ...
ThisRandomEngineer's user avatar
0 votes
0 answers
8 views

Retrieve Power Automate flow using Rest API and Azure Service Principal

We're trying to get the Power Automate flows event information (id, flow name, environment id, last run date). We are currently using PowerShell to retrieve the information, but the fields we get are ...
codeOverLoad's user avatar
0 votes
0 answers
20 views

Firebase Automatically Updated API Key – How to Revert?

I was improving our security by creating separate API keys for developers and production. To ensure the same restrictions, I duplicated the existing API key that was being used by Firebase. However, I ...
Martin Blaustein's user avatar
0 votes
1 answer
11 views

Add checkboxes column in Odoo13 tree view

I'm currently creating a custom Odoo13 module where I want to display a wizard to the user with a table of values, so they can select one or many rows and after clicking a button, perform an action ...
Alberto M's user avatar
1 vote
0 answers
18 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
1 vote
1 answer
10 views

Prepopulate Room with assets db on each app start

Is there any way to tell room to prepopulate the app database with the .db file stored on assets on each app start? I mean deleting the database cached and repopulate it again with the assets one. ...
NullPointerException's user avatar
0 votes
0 answers
9 views

Redux rehydration is not happening after phone restart

In my application I am using foreground service which listens for some native events and emits them to some JS function to do some work. The function takes data from redux and works with it. The ...
Keselme's user avatar
  • 4,279
0 votes
0 answers
10 views

djLint is not installed for the current active Python interpreter – How to Make djLint Available in All Virtual Environments in VS Code?

I have installed the djLint extension in VS Code and updated my settings file. ... "[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": { "...
I'mSRJ's user avatar
  • 315
0 votes
0 answers
10 views

Delete function with where clause on a option

I have this entity (I left only relevant fields): type UserSession = { Id: string CreatedAt: DateTime LastRefreshAt: DateTime option } and in my UserSessionRepository.fs I have this ...
Alex 75's user avatar
  • 3,276

15 30 50 per page
1
2 3 4 5
484911